PACKAGE BRAND1 - FAVICON + LOGO ASSETS

Purpose
- Uses the uploaded Specialists icon as favicon/app icon/logo asset.
- Removes the black background from the uploaded PNG.
- Creates favicon.ico and PNG app icons.

Extract inside
- /home/uent/public_html

Files placed
- /favicon.ico
- /site.webmanifest
- /assets/brand/specialists-icon-master.png
- /assets/brand/specialists-icon-64.png
- /assets/brand/specialists-icon-128.png
- /assets/brand/specialists-icon-256.png
- /assets/brand/specialists-icon-512.png
- /assets/brand/favicon-16x16.png
- /assets/brand/favicon-32x32.png
- /assets/brand/favicon-48x48.png
- /assets/brand/app-icon-180.png
- /assets/brand/app-icon-192.png
- /assets/brand/app-icon-512.png
- /BRAND1-HEAD-SNIPPET.html

To use on every page
1. Add the contents of BRAND1-HEAD-SNIPPET.html inside the <head> of the shared header files:
   - /backoffice/header.php
   - /attendance/index.html

2. For logo/icon use in HTML:
   <img src="/assets/brand/specialists-icon-256.png" alt="The Specialists">

Important
- Browser favicons are heavily cached. After extracting, test in a private/incognito tab or clear browser cache.
- If your PWA/service worker caches old icons, hard refresh and update service-worker.js cache version if needed.
